home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
gnulib
/
_eprintf.c
< prev
next >
Wrap
C/C++ Source or Header
|
1989-02-28
|
205b
|
11 lines
#include <stdio.h>
/* This is used by the `assert' macro. */
void
__eprintf (string, line, filename)
char *string;
int line;
char *filename;
{
fprintf (stderr, string, line, filename);
}